home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / Bojo.exe / scripts / DefineButton2_98 / BUTTONCONDACTION on(release).as next >
Text File  |  2006-05-29  |  120b  |  9 lines

  1. on(release){
  2.    tellTarget("/ohjeet")
  3.    {
  4.       gotoAndStop("help");
  5.       play();
  6.    }
  7.    gotoAndStop(200);
  8. }
  9.